home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / graphicgems4.lha / GemsIV / multi_jitter / README < prev    next >
Encoding:
Text File  |  1995-02-06  |  692 b   |  22 lines

  1. C code from the article
  2. "Multi-Jittered Sampling"
  3. by Kenneth Chiu, Peter Shirley, and Changyaw Wang,
  4.   (chiuk@cs.indiana.edu, shirley@iuvax.cs.indiana.edu,
  5.    and wangc@iuvax.cs.indiana.edu)
  6. in "Graphics Gems IV", Academic Press, 1994
  7.  
  8. files:
  9.     multi.c - source file
  10.     Makefile - make file; creates executable called "multi"
  11.     test.c  - test program that performs consistency checks on
  12.     the generated sampling pattern
  13.  
  14. The makefile uses 'gcc' as the compiler, but any ANSI compatible compiler
  15. should do.
  16.  
  17. To run the test program, give it three arguments.  The first two are
  18. 'm' and 'n' (as described in the gem), and the last one is a seed
  19. to the random number generator.
  20.  
  21. Kenneth Chiu
  22.